home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  169 b   |  9 lines

  1. on enterFrame
  2.   set the volume of sound 2 to 120
  3.   puppetSound(0)
  4.   clearPuppets(1, 24)
  5.   repeat with nn = 2 to 6
  6.     set the visible of sprite nn to 1
  7.   end repeat
  8. end
  9.